home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20020314-20021006 / 000361_hwting@yahoo.com_Sat Sep 14 11:22:47 EDT 2002.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  85 lines

  1. Article: 13693 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!panix!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
  3. From: hwting@yahoo.com (Ben)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: Need help: C-Kermit to send message page by using TAP protocol.
  6. Date: 13 Sep 2002 19:30:38 -0700
  7. Organization: http://groups.google.com/
  8. Lines: 66
  9. Message-ID: <8f01e2d0.0209131830.3e874155@posting.google.com>
  10. References: <8f01e2d0.0209130838.38896a2d@posting.google.com> <alt4uh$18a$1@watsol.cc.columbia.edu>
  11. NNTP-Posting-Host: 202.166.126.232
  12. Content-Type: text/plain; charset=ISO-8859-1
  13. Content-Transfer-Encoding: 8bit
  14. X-Trace: posting.google.com 1031970638 28667 127.0.0.1 (14 Sep 2002 02:30:38 GMT)
  15. X-Complaints-To: groups-abuse@google.com
  16. NNTP-Posting-Date: 14 Sep 2002 02:30:38 GMT
  17. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13693
  18.  
  19. Should I need to uninstall the C-kermit6 before install the C-Kermit8.
  20.  How should I do that in the HP platform (HP-UX 11.0)?
  21.  
  22. Thanks.
  23.  
  24. fdc@columbia.edu (Frank da Cruz) wrote in message news:<alt4uh$18a$1@watsol.cc.columbia.edu>...
  25. > In article <8f01e2d0.0209130838.38896a2d@posting.google.com>,
  26. > Ben <hwting@yahoo.com> wrote:
  27. > : I am using the C-Kermit 6.0.192 that come with the HPUX 11.00.
  28. > :
  29. > C-Kermit is up to version 8.0 now:
  30. >   http://www.columbia.edu/kermit/ckermit.html
  31. > : I managed to use the alphapage6 script that I download from
  32. > : ftp://kermit.columbia.edu/kermit/scripts/ckermit/alphapage6 to send a
  33. > : message page.
  34. > : 
  35. > The newer version of alphapage can be used with the current release
  36. > of Kermit.
  37. > : Addition setting has been added in the alphapage6 script, so that
  38. > : Kermit will return back to UNIX prompt after the completion of
  39. > : execution.
  40. > : 
  41. > : set exit warning off
  42. > : 
  43. > : From my Unix script, I call the Kermit by the following command.
  44. > : 
  45. > : kermit -Y -C "take alphapage, apage Pager# { Test Page }, exit"
  46. > : 
  47. > : Question 1:
  48. > : My HP server has five dial-out ports that connected to the 3 USRmodems
  49. > : and 2 generic modems.  All the modems have tested and worked fine with
  50. > : C-Kermit.  How do I configure the C-Kermit so that the script will
  51. > : check the availability of the modem? For instance, Modem port1
  52. > : (cul2a1) is in use or no carrier and Kermit program will search for
  53. > : the next available modem to perform the page.  What should I need to
  54. > : include in the alphapage script?
  55. > : 
  56. > See "getline" in the Modem Scripts section of:
  57. >   http://www.columbia.edu/kermit/ckscripts.html
  58. > : Question 2:
  59. > : Where can I find the log file for the modem status or modem dialing
  60. > : process, such a no dial tone, no carrier or modem in use?
  61. > :  
  62. > Add "set dial display on" to your script.  The messages are displayed
  63. > on your screen.  Kermit doesn't have a special log for modem interactions.
  64. > After dialing, Kermit's \v(dialresult) variable contains the modem's
  65. > response to the dialing command.
  66. > : Question 3:
  67. > : Where can I found the documentation of C-Kermit 6.0.192 or guide to
  68. > : write the Kermit script?
  69. > : 
  70. > http://www.columbia.edu/kermit/ck60manual.html
  71. > The features added in versions 7.0 and 8.0 are documented here:
  72. >   http://www.columbia.edu/kermit/ckermit70.html
  73. >   http://www.columbia.edu/kermit/ckermit80.html
  74. > - Frank
  75.